Copy-PowerShellJSON
SYNOPSIS
Enables PowerShell Snippets in Visual Studio Code.
SYNTAX
Copy-PowerShellJSON [<CommonParameters>]
DESCRIPTION
Copies the powershell.json file from the WSTools module folder to %AppData%\Roaming\Code\User\snippets for the currently logged on user.
EXAMPLES
EXAMPLE 1
Copy-PowerShellJSON
Copies the powershell.json file from the WSTools module folder to %AppData%\Roaming\Code\User\snippets for the currently logged on user.
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Author: Skyler Hart Created: 2020-04-13 22:44:11 Last Edit: 2021-10-19 16:59:47 Keywords: WSTools, Visual Studio Code, PowerShell, JSON, Preferences, snippets, code blocks